func net.dtoi
11 uses
net (current package)
conf.go#L505: debugLevel, _, _ = dtoi(s)
dial.go#L319: proto, i, ok := dtoi(protostr)
dnsconfig_unix.go#L80: n, _, _ := dtoi(s[6:])
dnsconfig_unix.go#L88: n, _, _ := dtoi(s[8:])
dnsconfig_unix.go#L94: n, _, _ := dtoi(s[9:])
interface.go#L267: index, _, _ = dtoi(name)
ip.go#L561: n, i, ok := dtoi(mask)
lookup_unix.go#L35: if proto, _, ok := dtoi(f[1]); ok {
parse.go#L130: func dtoi(s string) (n int, i int, ok bool) {
port_unix.go#L35: port, j, ok := dtoi(portnet)
sock_linux.go#L45: n, _, ok := dtoi(f[0])